typing
suspend fun typing(recipient: Recipient, isTyping: Boolean, when: Long = Clock.System.now().toEpochMilliseconds())
Content copied to clipboard
Send a typing started or stopped message
Parameters
recipient
The recipient to send the typing message to.
isTyping
Whether the message should be a typing started (true) or typing stopped (false) message.
when
The timestamp of the typing message. Defaults to the current system clock time.
Throws
if signald sends an error response or the incoming message is invalid
if the request to the socket fails